Conversation
Merging in the latest code from main
Merging in the latest code from main
…ui-60.3.0 Merging changes from eui upgrade branch
These look like valid failures. Apparently we changed the text pattern and it no longer matches the regex in these two test suites. |
…olumn names to match the updated pattern in the latest version of EUI
Pulling the latest code from main
💚 Build Succeeded
Metrics [docs]Canvas Sharable Runtime
Page load bundle
History
To update your PR or re-run it, just comment with: |
|
Pinging @elastic/eui-design (EUI) |
Summary
eui@60.1.2 ⏩ eui@60.3.0
60.3.0EuiDataGrid's imperative API now exposes thescrollToandscrollToItemAPIs ofreact-window. (#6042)Bug fixes
EuiDataGrid's row count/indices announced to screen readers when virtualized (#6033)EuiDataGrid's current cell row/column position announced to screen readers when sorted and paginated, and also improved column identification and announcement cadence (#6033)EuiContextMenuPanelDescriptor'swidthprop type to correctly reflect that it allows all CSS width values, not just numbers (#6043)EuiSelectableonChange keyboard events not being correctly passed back on React v16 (#6045)60.2.0cluster,container,kubernetesNode,kubernetesPodandnamespaceglyphs toEuiIcon(#6001)titletoEuiDataGrid's column headers, allowing header text to remain visible if truncated due to column widths (#6013)popoverScreenReaderTextprop toEuiPopoverthat allows customizing screen reader instructions when a popover first opens (#6017)EuiDataGrid's column header actions popover to be keyboard navigable via up/down arrow keys (#6017)EuiDataGridnow accepts avirtualizationOptions.onItemsRenderedcallback, as well asvirtualizationOptions.className(#6019)Bug fixes
EuiDataGridto ensure that focusedCell maintains it's referential integrity. This ensures that React hooks can use this safely as a dependency. (#6007)EuiDataGridcolumn header display on sorted columns with no actions (#6014)EuiPopoverunintentionally passing theoffsetprop as an HTML attribute to its div wrapper (#6017)EuiDataGridfocus/scroll jumping occurring when the first interaction the user had with the grid was the scrollbar(s) (#6018)